toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net
/
[jvm]UploadData
Upload
Data
public
interface
UploadData
A common interface that all upload data implementations must extend.
Inheritors
TextData
ByteData
FormData
MultipartFormData
Members
Functions
bytes
Link copied to clipboard
public
Array
<
byte
>
bytes
(
)
Returns an array containing the upload data bytes of the associated URL request.
content
Type
Link copied to clipboard
public
ContentType
contentType
(
)
Returns the content type of this upload data as specified in the
Content-Type
header.